home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cas120.zip / PORTS.BBS < prev    next >
File List  |  1990-01-19  |  4KB  |  73 lines

  1. ;
  2. ; PORTS.BBS
  3. ; ---------
  4. ; This file identifies the I/O port assignments used for Mycroft Doorware
  5. ; products or any doors compiled using the Mycroft DM Library Version 3.00
  6. ; or newer.
  7. ;
  8. ; Lines starting with a ';' and blank lines are ignored.  Other lines are
  9. ; processed and entered into the port table used by the door program.  Ports
  10. ; not specified in this file use the default values (as described below).
  11. ;
  12. ; The format of each entry contains the following entries in the order shown
  13. ; here:
  14. ;
  15. ; PORT - Comm Port ID           This field indicates which port is being
  16. ;                               defined.  It may range anywhere between
  17. ;                               COM1 and COM8.
  18. ; ADDR - I/O Port Address       This field identified the physical I/O port
  19. ;                               address.  This value is expressed as a four
  20. ;                               digit hex number.
  21. ; IRQ# - IRQ Number             This field identifies the IRQ (Interrupt
  22. ;                               Request) line used by the I/O port.  This
  23. ;                               value may range between IRQ0 and IRQ7.
  24. ; ACCS - Access Type            This field indicates how the I/O is to be
  25. ;                               performed.  The following values are allowed:
  26. ;                                       BIOS - BIOS or Fossil driver
  27. ;                                       PORT - Direct access to the I/O ports
  28. ;                                       INTR - Interrupt driven direct access.
  29. ; HAND - Handshake Flag         This field indicates what type of handshaking
  30. ;                               the program is to use when communicating with
  31. ;                               your modem.  This value may be one of the
  32. ;                               following values:
  33. ;                                       NONE - No handshake
  34. ;                                       SOFT - XON/XOFF handshaking
  35. ;                                       HARD - RTS/CTS hardware handshake
  36. ;                                       BOTH - Both XON/XOFF & RTS/CTS
  37. ;                               It is recommended that HARD be used.  If your
  38. ;                               modem does not produce CTS then it is suggested
  39. ;                               that you use NONE.
  40. ; PASS - Pass Through Flag      This field indicates whether the IRQ being
  41. ;                               used is shared with another device.  This field
  42. ;                               may be set to either YES to allow interrupt
  43. ;                               passthrough or NO to disable it.  This field
  44. ;                               is ignored if the INTE field is set to NO.
  45. ;                               Suggested value for this field is NO unless
  46. ;                               you are using true shared interrupts.
  47. ;
  48. ;
  49. ; No defaults are provided for COM5 through COM8 and they must be defined
  50. ; if they are to be used.
  51. ;
  52. ; Defaults for COM1 through COM4 are as follows:
  53. ;
  54. ; PORT   ADDR   IRQ#   INTE   HAND   PASS
  55. ; ---------------------------------------
  56. ; COM1   03F8   IRQ4   INTR   HARD   NO
  57. ; COM2   02F8   IRQ3   INTR   HARD   NO
  58. ; COM3   03E8   IRQ4   INTR   HARD   NO
  59. ; COM4   02E8   IRQ3   INTR   HARD   NO
  60. ;
  61. ;
  62. ; Actual Definitions:
  63. ;
  64. ; PORT   ADDR   IRQ#   INTE   HAND   PASS
  65. ; ---------------------------------------
  66.   COM1   03F8   IRQ4   INTR   HARD   NO
  67.   COM2   02E8   IRQ3   INTR   HARD   NO
  68.   COM3   03F8   IRQ4   INTR   HARD   NO
  69.   COM4   02E8   IRQ3   INTR   HARD   NO
  70. ;
  71. ; End of file
  72. ;
  73.